Down-casts the object to specified type.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public static <T> T as ( |
A Class instance specifying the target type.
The object to down-cast.
The object cast to specified type, or null if it's of a different type.
See Also